; extern long GXFindFonts(gxFont familyID, gxFontName name, gxFontPlatform platform, gxFontScript script, gxFontLanguage language, long length, const unsigned char text[2147483647], long index, long count, gxFont fonts[2147483647])
;
IF ¨ GENERATINGCFM THEN
Macro
_GXFindFonts
move.w #$020A,D0
dc.w $A832
EndM
ELSE
IMPORT_CFM_FUNCTION GXFindFonts
ENDIF
;
; extern long GXCountFontGlyphs(gxFont fontID)
;
IF ¨ GENERATINGCFM THEN
Macro
_GXCountFontGlyphs
move.w #$020B,D0
dc.w $A832
EndM
ELSE
IMPORT_CFM_FUNCTION GXCountFontGlyphs
ENDIF
;
; extern long GXCountFontTables(gxFont fontID)
;
IF ¨ GENERATINGCFM THEN
Macro
_GXCountFontTables
move.w #$020C,D0
dc.w $A832
EndM
ELSE
IMPORT_CFM_FUNCTION GXCountFontTables
ENDIF
;
; extern long GXGetFontTable(gxFont fontID, long index, void *tableData, gxFontTableTag *tableTag)
;
IF ¨ GENERATINGCFM THEN
Macro
_GXGetFontTable
move.w #$020D,D0
dc.w $A832
EndM
ELSE
IMPORT_CFM_FUNCTION GXGetFontTable
ENDIF
;
; extern long GXFindFontTable(gxFont fontID, gxFontTableTag tableTag, void *tableData, long *index)
;
IF ¨ GENERATINGCFM THEN
Macro
_GXFindFontTable
move.w #$020E,D0
dc.w $A832
EndM
ELSE
IMPORT_CFM_FUNCTION GXFindFontTable
ENDIF
;
; extern long GXGetFontTableParts(gxFont fontID, long index, long offset, long length, void *tableData, gxFontTableTag *tableTag)
;
IF ¨ GENERATINGCFM THEN
Macro
_GXGetFontTableParts
move.w #$020F,D0
dc.w $A832
EndM
ELSE
IMPORT_CFM_FUNCTION GXGetFontTableParts
ENDIF
;
; extern long GXFindFontTableParts(gxFont fontID, gxFontTableTag tableTag, long offset, long length, void *tableData, long *index)
;
IF ¨ GENERATINGCFM THEN
Macro
_GXFindFontTableParts
move.w #$0210,D0
dc.w $A832
EndM
ELSE
IMPORT_CFM_FUNCTION GXFindFontTableParts
ENDIF
;
; extern long GXSetFontTable(gxFont fontID, long index, gxFontTableTag tableTag, long length, const void *tableData)
;
IF ¨ GENERATINGCFM THEN
Macro
_GXSetFontTable
move.w #$0211,D0
dc.w $A832
EndM
ELSE
IMPORT_CFM_FUNCTION GXSetFontTable
ENDIF
;
; extern long GXSetFontTableParts(gxFont fontID, long index, gxFontTableTag tableTag, long offset, long oldLength, long newLength, const void *tableData)
;
IF ¨ GENERATINGCFM THEN
Macro
_GXSetFontTableParts
move.w #$0212,D0
dc.w $A832
EndM
ELSE
IMPORT_CFM_FUNCTION GXSetFontTableParts
ENDIF
;
; extern long GXDeleteFontTable(gxFont fontID, long index, gxFontTableTag tableTag)
;
IF ¨ GENERATINGCFM THEN
Macro
_GXDeleteFontTable
move.w #$0213,D0
dc.w $A832
EndM
ELSE
IMPORT_CFM_FUNCTION GXDeleteFontTable
ENDIF
;
; extern long GXCountFontNames(gxFont fontID)
;
IF ¨ GENERATINGCFM THEN
Macro
_GXCountFontNames
move.w #$0214,D0
dc.w $A832
EndM
ELSE
IMPORT_CFM_FUNCTION GXCountFontNames
ENDIF
;
; extern long GXGetFontName(gxFont fontID, long index, gxFontName *name, gxFontPlatform *platform, gxFontScript *script, gxFontLanguage *language, unsigned char text[2147483647])
;
IF ¨ GENERATINGCFM THEN
Macro
_GXGetFontName
move.w #$0215,D0
dc.w $A832
EndM
ELSE
IMPORT_CFM_FUNCTION GXGetFontName
ENDIF
;
; extern long GXFindFontName(gxFont fontID, gxFontName name, gxFontPlatform platform, gxFontScript script, gxFontLanguage language, unsigned char text[2147483647], long *index)
;
IF ¨ GENERATINGCFM THEN
Macro
_GXFindFontName
move.w #$0216,D0
dc.w $A832
EndM
ELSE
IMPORT_CFM_FUNCTION GXFindFontName
ENDIF
;
; extern long GXSetFontName(gxFont fontID, gxFontName name, gxFontPlatform platform, gxFontScript script, gxFontLanguage language, long length, const unsigned char text[2147483647])
;
IF ¨ GENERATINGCFM THEN
Macro
_GXSetFontName
move.w #$0217,D0
dc.w $A832
EndM
ELSE
IMPORT_CFM_FUNCTION GXSetFontName
ENDIF
;
; extern long GXDeleteFontName(gxFont fontID, long index, gxFontName name, gxFontPlatform platform, gxFontScript script, gxFontLanguage language)
; extern long GXApplyFontEncoding(gxFont fontID, long index, long *length, const unsigned char text[2147483647], long count, unsigned short glyphs[2147483647], char was16Bit[2147483647])
;
IF ¨ GENERATINGCFM THEN
Macro
_GXApplyFontEncoding
move.w #$021D,D0
dc.w $A832
EndM
ELSE
IMPORT_CFM_FUNCTION GXApplyFontEncoding
ENDIF
;
; extern long GXCountFontVariations(gxFont fontID)